home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95 Shareware / The Best of Windows 95 Shareware (Wayzata Technology)(1996).ISO / pc / miscutil / powertoy / powertoy.exe / CABVIEW.INF < prev    next >
INI File  |  1995-06-26  |  1KB  |  47 lines

  1. ; Author: GeorgeP.
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. CopyFiles=ThisDll.sys.install
  9. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  10.  
  11. [DefaultUninstall]
  12. DelFiles=ThisDll.sys.install
  13. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  14.  
  15. [ThisDll.Add.Reg]
  16. HKCR,CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  17. HKCR,CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}\InProcServer32,ThreadingModel,,"Apartment"
  18.  
  19. HKCR,CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}\DefaultIcon,,,"%11%\%SubDir%\%ThisDll%"
  20. HKCR,CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}\shell\open,,,%Open_DESC%
  21. HKCR,CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}\shell\open\command,,,"explorer /root,{0CD7A5C0-9F37-11CE-AE65-08002B2E1262},%1"
  22. HKCR,.cab,,,"CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}"
  23.  
  24. [ThisDll.Uninst.Reg]
  25. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSCabFileView,,,
  26. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSCabFileView,"DisplayName",,"Cabinet File Viewer"
  27. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSCabFileView,"UninstallString",,"rundll32.exe %11%\%SubDir%\%ThisDll%,Uninstall %11%\%SubDir%\cabview.inf"
  28.  
  29. [ThisDll.sys.install]
  30. CabView.dll
  31. CabView.inf
  32.  
  33. [DestinationDirs]
  34. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  35.  
  36. [SourceDisksNames]
  37. 55="CabView 1.0.","",1
  38.  
  39. [SourceDisksFiles]
  40. %ThisDll%=55
  41.  
  42. [Strings]
  43. Open_DESC = "View"
  44.  
  45. SubDir = "ShellExt"
  46. ThisDll = "CabView.dll"
  47.